home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d12
/
v10n20.arc
/
RECALL.ARC
/
R.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-10-28
|
513b
|
15 lines
ECHO OFF
REM R.BAT
REM If you do not use a replaceable parameter, then
REM all the commands in the command buffer file will
REM be displayed. Notice that there will be a number
REM displayed next to each command. To invoke the
REM command number 10, just type "R 10" from DOS.
REM
IF "%1" == "" FIND /N /V "^^^" d:\util\buffer
IF "%1" == "" GOTO end
COPY d:\util\buffer d:\util\tmp.bat > NUL
ECHO %1,%1,1C;2,1000D;E | EDLIN d:\util\tmp.bat > NUL
d:\util\tmp
:end